Skip to content

Fix exchange N/S to E/W in Longitude definition#732

Merged
tychonievich merged 1 commit intoFamilySearch:mainfrom
INOPIAE:typo
Feb 17, 2026
Merged

Fix exchange N/S to E/W in Longitude definition#732
tychonievich merged 1 commit intoFamilySearch:mainfrom
INOPIAE:typo

Conversation

@INOPIAE
Copy link
Contributor

@INOPIAE INOPIAE commented Feb 12, 2026

Will reading the specification I discovered
Longitude = ("N" / "S") upto180 [ "." 1*digit]
which should be
Longitude = ("E" / "W") upto180 [ "." 1*digit]

@albertemmerich
Copy link
Collaborator

opened issue #733 to support this request.

Copy link
Collaborator

@albertemmerich albertemmerich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approved

@tychonievich tychonievich linked an issue Feb 17, 2026 that may be closed by this pull request
@tychonievich
Copy link
Collaborator

Approved in steering committee

@tychonievich tychonievich merged commit 364bb5a into FamilySearch:main Feb 17, 2026
1 check passed
@INOPIAE INOPIAE deleted the typo branch February 17, 2026 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix bug in Longitude definition

3 participants